home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / batcmd94.zip / EDITZ.DOC < prev    next >
Text File  |  1994-05-19  |  2KB  |  46 lines

  1.              
  2.                                  EDITZ 
  3.                   
  4.                   Use to Edit Z.FLS for BAT Commander
  5.  
  6.      Enter  EDITZ to get the Z.FLS editor. You can  <A>dd  <D>elete  <E>dit
  7.  
  8. (modify)  your commands in the list. Also included is <C>reate, for  a  new
  9.  
  10. Z.FLS, in case you want to start over for some reason. <C>reate will  empty
  11.  
  12. Z.FLS.  For  your protection, EDITZ keeps two backups of  Z.FLS  (Z.BAK  and
  13.  
  14. Z.BKK).  Press the letter (a d e q (quit) to get a function. 'a d  e'  will
  15.  
  16. ask  for  a  name. If you press [Enter] on the blank line  it  aborts  that
  17.  
  18. function.  After you enter the name, the <A>dd function will  accept  lines
  19.  
  20. until you enter 'END' to finish the bat. You enter the list of commands you
  21.  
  22. wish to execute when you  enter the name of this Z.FLS bat. example:
  23.  
  24. pro             (name of bat)
  25. c:              (change to drive C:)
  26. cd\procomm      (change to proper directory)
  27. procomm         (run the program)
  28. cd\dwn          (change  to  your download  directory  when  you  exit Procomm)
  29. dir/w           (list the files in the download directory)
  30. END             (finish the bat)
  31.  
  32. Then  you may <S>ave or <Q>uit (in case you misstyped). When you  <E>dit  a
  33.  
  34. Z.FLS bat, you re-type any line you wish to change as it is displayed. Even
  35.  
  36. the  bat-name  can be changed this way. Press [Enter] on a  blank  line  to
  37.  
  38. accept the old command unchanged. To insert a NEW line, begin the line with
  39.  
  40. '+'  sign.  (ie: +newcommand). The line will be inserted in  front  of  the
  41.  
  42. present  line.  When you press enter to accept the line, it will  show  the
  43.  
  44. line  you have just typed, and then the line that it was inserted in  front
  45.  
  46. of. To delete a line, just put '-' sign and press enter.